This is a MediaWiki skin that uses Bootstrap 5 from Twitter!
- Mediawiki skin that uses bootstrap 5
- uses mediawiki SkinMustache
- Customizable menu and icon footer
- 1.1.2 : compatible with MediaWiki 1.42.3
Download the latest release here. For a full version history go to here.
Download a release version and untar the tarball into your skins directory or
git clone git@github.com:JLTRY/mediawikibootstrap5.git
Next, in LocalSettings.php
set:
wfLoadSkin('MediaWikiBootstrap5'); $wgDefaultSkin = 'mediawikibootstrap5';
To bootstrap5 and jquery In composer.local.json
set:
{ "require": { "twbs/bootstrap": "5.1.3", "components/jquery": "3.6.0" } }
This MediaWiki page will contain items that will appear in your Menu. I've set mine to the following:
* [http://www.jltryoen.fr Accueil Joomla]
- Accueil
- [[Wiki|Accueil]]
- [[Plan du site]]
- Mediawiki
- [[Mediawiki|Install MediaWiki]]
- [[Aide:Accueil|Aide]]
This will appear at the bottom of your site
I have set mine to the following
* [[FAQ_de_JLT:À_propos_de|À propos de la FAQ de JLT]]
- [[Spécial:Contact|Contact]]
'© 2011-2024 La FAQ de JLT'